home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / win_nt95 / mycd202.zip / MYHELP.HLP < prev    next >
Text File  |  1994-12-22  |  2KB  |  48 lines

  1. .TOPIC:
  2. Sample Help File:
  3.  
  4. These help files are for your own use.  They are accessed from the MyCDplayer File menu under MyHelp files.
  5.  
  6. The requirements for the format of these files are:
  7.  
  8. Each help topic must be preceded by the "TOPIC" line, (which starts with a period and ends with a colon) followed immediately with a short topic title line terminated with a colon.  To create sub-topic sections, indent the topic title line 1 or more spaces.  Do not use tabs.
  9.  
  10. Topic Title Lines MUST be unique, or the second occurrence of the same title cannot be reached.
  11.  
  12. After that enter the text of the topic.  Do not enter any linefeeds into your text unless you want to separate the text into paragraphs.  Use the Windows NotePad in the word-wrap mode, or any editor of your choice.
  13.  
  14. For the time being the help file cannot be larger than about 32,000 characters.  This will change once Windows 95 and Visual Basic version 4 are available.
  15.  
  16. Each help file you create in this fashion must be named "MyName.hlp", where "Name" is the name of your choice, up to 6 characters.  The help file must reside in the MyCDplayer directory.
  17.  
  18. Take a look at the files MyHelp.hlp and CdHelp.hlp to see how they are constructed.  These files are ASCII files and can be read with the Windows Notepad editor.
  19. .TOPIC:
  20. Another Topic:
  21.  
  22. Text of new topic.
  23. .TOPIC:
  24.     Sub Topic 1:
  25.  
  26. Text of sub topic 1.
  27. .TOPIC:
  28.     Sub Topic 2:
  29.  
  30. Text of sub topic 2.
  31. .TOPIC:
  32. Help:
  33.  
  34. This help file.
  35.  
  36. To see other topics, click the desired topic at the left.
  37. .TOPIC:
  38.      Display SubTopics:
  39.  
  40. 'SubTopics' / 'No SubTopics' is a toggle control.  Pressing it will alternately display and not display the subtopics.  This comes in handy when there are many topics and subtopics.
  41.  
  42. Displaying only the main topics makes it easier to zero in on the desired topic.  If a main topic is selected now, the main topic will move to the top of the topics display (unless you are at or near the end of the topics) and the system will revert to the 'SubTopics' mode.
  43. .TOPIC:
  44.      OutPut Topic:
  45.  
  46. The text of the selected topic will be placed into the Windows Write program.  From here it may be printed, saved to another file, or otherwise manipulated.  Don't forget to exit from the Write program when finished with it.
  47.  
  48.